From 01db4789148d6893273d7b398224cc62a72371f2 Mon Sep 17 00:00:00 2001 From: jacob berkman Date: Tue, 11 Dec 2001 01:33:02 +0000 Subject: [PATCH] do not grab things if the nograb debug flag is set 2001-12-10 jacob berkman * gdk/x11/gdkinput-xfree.c (_gdk_input_grab_pointer): * gdk/x11/gdkmain-x11.c (gdk_pointer_grab): (gdk_keyboard_grab): do not grab things if the nograb debug flag is set * gdk/gdkinternals.h: * gdk/gdk.c: add nograbs debug flag to disable grabs of the keyboard / mouse --- ChangeLog | 11 +++++++++++ ChangeLog.pre-2-0 | 11 +++++++++++ ChangeLog.pre-2-10 | 11 +++++++++++ ChangeLog.pre-2-2 | 11 +++++++++++ ChangeLog.pre-2-4 | 11 +++++++++++ ChangeLog.pre-2-6 | 11 +++++++++++ ChangeLog.pre-2-8 | 11 +++++++++++ 7 files changed, 77 insertions(+) diff --git a/ChangeLog b/ChangeLog index ac7e08e437..fe8b09c5d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2001-12-10 jacob berkman + + * gdk/x11/gdkinput-xfree.c (_gdk_input_grab_pointer): + * gdk/x11/gdkmain-x11.c (gdk_pointer_grab): + (gdk_keyboard_grab): do not grab things if the nograb debug flag + is set + + * gdk/gdkinternals.h: + * gdk/gdk.c: add nograbs debug flag to disable grabs of the + keyboard / mouse + Mon Dec 10 19:42:29 2001 Jonathan Blandford * gtk/gtktreeview.c (validate_rows_handler): stupid bug where I diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index ac7e08e437..fe8b09c5d5 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,14 @@ +2001-12-10 jacob berkman + + * gdk/x11/gdkinput-xfree.c (_gdk_input_grab_pointer): + * gdk/x11/gdkmain-x11.c (gdk_pointer_grab): + (gdk_keyboard_grab): do not grab things if the nograb debug flag + is set + + * gdk/gdkinternals.h: + * gdk/gdk.c: add nograbs debug flag to disable grabs of the + keyboard / mouse + Mon Dec 10 19:42:29 2001 Jonathan Blandford * gtk/gtktreeview.c (validate_rows_handler): stupid bug where I diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index ac7e08e437..fe8b09c5d5 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,14 @@ +2001-12-10 jacob berkman + + * gdk/x11/gdkinput-xfree.c (_gdk_input_grab_pointer): + * gdk/x11/gdkmain-x11.c (gdk_pointer_grab): + (gdk_keyboard_grab): do not grab things if the nograb debug flag + is set + + * gdk/gdkinternals.h: + * gdk/gdk.c: add nograbs debug flag to disable grabs of the + keyboard / mouse + Mon Dec 10 19:42:29 2001 Jonathan Blandford * gtk/gtktreeview.c (validate_rows_handler): stupid bug where I diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index ac7e08e437..fe8b09c5d5 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,14 @@ +2001-12-10 jacob berkman + + * gdk/x11/gdkinput-xfree.c (_gdk_input_grab_pointer): + * gdk/x11/gdkmain-x11.c (gdk_pointer_grab): + (gdk_keyboard_grab): do not grab things if the nograb debug flag + is set + + * gdk/gdkinternals.h: + * gdk/gdk.c: add nograbs debug flag to disable grabs of the + keyboard / mouse + Mon Dec 10 19:42:29 2001 Jonathan Blandford * gtk/gtktreeview.c (validate_rows_handler): stupid bug where I diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index ac7e08e437..fe8b09c5d5 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,14 @@ +2001-12-10 jacob berkman + + * gdk/x11/gdkinput-xfree.c (_gdk_input_grab_pointer): + * gdk/x11/gdkmain-x11.c (gdk_pointer_grab): + (gdk_keyboard_grab): do not grab things if the nograb debug flag + is set + + * gdk/gdkinternals.h: + * gdk/gdk.c: add nograbs debug flag to disable grabs of the + keyboard / mouse + Mon Dec 10 19:42:29 2001 Jonathan Blandford * gtk/gtktreeview.c (validate_rows_handler): stupid bug where I diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index ac7e08e437..fe8b09c5d5 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,14 @@ +2001-12-10 jacob berkman + + * gdk/x11/gdkinput-xfree.c (_gdk_input_grab_pointer): + * gdk/x11/gdkmain-x11.c (gdk_pointer_grab): + (gdk_keyboard_grab): do not grab things if the nograb debug flag + is set + + * gdk/gdkinternals.h: + * gdk/gdk.c: add nograbs debug flag to disable grabs of the + keyboard / mouse + Mon Dec 10 19:42:29 2001 Jonathan Blandford * gtk/gtktreeview.c (validate_rows_handler): stupid bug where I diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index ac7e08e437..fe8b09c5d5 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,14 @@ +2001-12-10 jacob berkman + + * gdk/x11/gdkinput-xfree.c (_gdk_input_grab_pointer): + * gdk/x11/gdkmain-x11.c (gdk_pointer_grab): + (gdk_keyboard_grab): do not grab things if the nograb debug flag + is set + + * gdk/gdkinternals.h: + * gdk/gdk.c: add nograbs debug flag to disable grabs of the + keyboard / mouse + Mon Dec 10 19:42:29 2001 Jonathan Blandford * gtk/gtktreeview.c (validate_rows_handler): stupid bug where I -- 2.30.2